/*样式初始化-start*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

body {
    background: #fff;
    color: #555;
    font-size: 14px;
    font-family: "Microsoft Yahei", "黑体", "宋体", Verdana, Arial, Helvetica, sans-serif;
    -ms-overflow-style: scrollbar;
}

a {
    color: #555;
    text-decoration: none;
}

a:hover ,a:active ,a:visited {
    text-decoration: none!important;
    cursor: pointer;
}
a:focus{
    text-decoration: none!important;
    color: #555;
}
img {
	border: none;
	font-weight: normal;
	font-size: 16px;
}

ol, ul, li {
    list-style: none;
}

/*table {*/
/*border-collapse: collapse;*/
/*}*/

/*html {
    overflow-y: scroll;
}*/
.border {
    border: 1px solid red;
}

/*样式初始化-end*/
/*页面框架控制样式start*/
.all-container {
    position: relative;
    min-width: 1040px;
    width: 100%;
}

.ctrl-center {
    width: 1040px !important;
    margin: 0 auto;
}

.ctrl-centera {
    width: 100%;
    margin: 0 auto;
}

/*头部样式*/
.header {
    height: 40px;
    background: #303030;
    color: #ffffff;
}

.icon-phone {
    display: inline-block;
    background: url("../images/icon-phone.png") 0 7px no-repeat;
    width: 800px;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    font-weight: bold;
}

.header-link {
    color: #ffffff;
    line-height: 40px;
}

.header-link > a {
    color: #ffffff;
}

/*导航栏样式*/
.nav-container {
    height: 100px;
    background: url("../images/nav-bg.png") repeat;
    color: #555555;
    z-index: 1000;

}

.nav-logo {
    background: url("../images/nav-logo.png") 0 25px no-repeat;
    width: 201px;
    height: 100px;
}

.nav-main {
    width: 550px;
}

.nav-main > li {
    display: inline-block;
    *width: 90px;
    *float: left;
    *display: block;
}

.nav-main > li > a {
    display: block;
    font-size: 16px;
    width: 100px;
    height: 97px;
    line-height: 97px;
    text-align: center;
    border-top: 3px solid transparent;
    color: #555555;
}

.nav-main > li > a:hover {
    border-top: 4px solid #3465cb ;
}

.nav-main > li > a:focus {
    border-top-color: transparent;
}

.nav-main > .active > a {
    background: transparent;
    border-top: 4px solid #3465cb ;
}

/*导航栏搜索框*/
.input-group {
    width: 200px;
}

.nav-search {
    margin-top: 33px;
}

.nav-search > input {
    border-left: 0;
}

.nav-search > .input-group-addon, .nav-search > input {
    background: #ffffff;
}

/*banner轮播图*/
.ctrl-banner {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.banner-container {
    height: 500px;
    margin-top: -100px;
}

/*重写bootstrap轮播样式*/

.ctrl-banner .carousel-inner > .item {
    height: 500px;
}

.carousel-caption {
    height: 100%;
}

.carousel-indicators li {
    *display: block;
    *float: left;
}

.carousel-indicators {
    *margin-left: -10px;
}

/*新闻动态栏目*/
.index-news {
    width: 100%;
    height: 360px;
    padding-top: 20px;
}

/*栏目标题*/
.index-title {
    color: #000000;
}

.title-line {
    height: 26px;
    background: url("../images/index-line.png") repeat-x;
}

/*栏目内容*/
.news-content {
    margin-top: 20px;
}

.banner-focus {
    padding: 6px;
    border: 1px solid #dddddd;
    *width: 330px;
    *height: 230px;
}

.news-content .col-xs-8 {
    *width: 60%;

}

/*选项卡选项*/
.nav-tabs {
    border-bottom: none;
}

.nav-tabs > li > a {
    display: block;
    width: 120px;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    border: none;

}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: none;
    border-bottom: 3px solid #3465cb ;
    background: transparent;
}

.nav-tabs > li a:hover, .nav-tabs > li a:focus {
    background: transparent;
}

/*选项卡表格*/
.tab-list {
    position: relative;
    border: 1px solid #dddddd;
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.table-hover > tbody > tr:hover {
    background-color: transparent;
}

.tab-list tbody tr:hover, .tab-list a:hover {
    color: #3465cb ;
    cursor: pointer;
}

.tab-list td {
    font-size: 16px;
    line-height: 34px;
    border: 0 !important;
}

.tab-list .text-right {
    width: 150px !important;
}

.list-point {
    padding-top: 12px !important;
    padding-left: 10px !important;
    font-size: 10px !important;
}

.list-content {
    width: 460px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-more{
    display: block;
    float: right;
    margin-top: -30px;
    margin-right: 20px;
}
/*按钮样式*/
.button_button{
	 width: 200px;  
	        padding:8px;  
	        background-color: #428bca;  
	        border-color: #357ebd;  
	        color: #fff;  
	        -moz-border-radius: 10px;  
	        -webkit-border-radius: 10px;  
	        border-radius: 10px; /* future proofing */  
	        -khtml-border-radius: 10px; /* for old Konqueror browsers */  
	        text-align: center;  
	        vertical-align: middle;  
	        border: 1px solid transparent;  
	        font-weight: 900;  
	        font-size:125%  
}
/*快捷服务*/
.index-clipper {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    margin-top: 20px;
}

.line-clipper > a > div {
    height: 100px;
    border-left: 1px solid #dddddd;
    color: #888888;
    padding-top: 10px;
    font-size: 16px;
}

.hvr-sweep-to-top:hover {
    *color: #888;;
}

.line-clipper a .col-xs-2 {
    *width: 25%;
}

/*.line-clipper > a:hover > div {
    background: #d8ebf4;
}*/

.line-clipper .clipper-1 .hvr-sweep-to-top:before {
    background: #b01a40;
}

.line-clipper .clipper-2 .hvr-sweep-to-top:before {
    background: #db562e;
}

.line-clipper .clipper-3 .hvr-sweep-to-top:before {
    background: #0091a5;
}

.line-clipper .clipper-4 .hvr-sweep-to-top:before {
    background: #00a200;
}

.line-clipper .clipper-5 .hvr-sweep-to-top:before {
    background: #2d8aef;
}

.line-clipper .clipper-6 .hvr-sweep-to-top:before {
    background: #633dbe;
}

.line-clipper-right {
    border-right: 1px solid #dddddd;
}

.icon-clipper {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 10px auto;
}

.hvr-sweep-to-top:hover .icon-clipper-downC {
    background: url("../images/clipper-down-c-h.png") top left no-repeat;
    *background: url("../images/clipper-down-c.png") top left no-repeat;
}

.hvr-sweep-to-top:hover .icon-clipper-search {
    background: url("../images/clipper-search-h.png") top left no-repeat;
    *background: url("../images/clipper-search.png") top left no-repeat;
}

.hvr-sweep-to-top:hover .icon-clipper-update {
    background: url("../images/clipper-update-h.png") top left no-repeat;
    *background: url("../images/clipper-update.png") top left no-repeat;
}

.hvr-sweep-to-top:hover .icon-clipper-user {
    background: url("../images/clipper-user-h.png") top left no-repeat;
    *background: url("../images/clipper-user.png") top left no-repeat;
}

.hvr-sweep-to-top:hover .icon-clipper-downA {
    background: url("../images/clipper-down-a-h.png") top left no-repeat;
    *background: url("../images/clipper-down-a.png") top left no-repeat;
}
.hvr-sweep-to-top:hover .icon-clipper-certseach {
    background: url("../images/clipper-certseach-s.png") top left no-repeat;
    *background: url("../images/clipper-certseach.png") top left no-repeat;
}

.hvr-sweep-to-top:hover .icon-clipper-cps {
    background: url("../images/clipper-cps-h.png") top left no-repeat;
    *background: url("../images/clipper-cps.png") top left no-repeat;
}

.icon-clipper-downC {
    background: url("../images/clipper-down-c.png") top left no-repeat;
}

.icon-clipper-search {
    background: url("../images/clipper-search.png") top left no-repeat;
}

.icon-clipper-update {
    background: url("../images/clipper-update.png") top left no-repeat;
}

.icon-clipper-user {
    background: url("../images/clipper-user.png") top left no-repeat;
}

.icon-clipper-downA {
    background: url("../images/clipper-down-a.png") top left no-repeat;
}

.icon-clipper-cps {
    background: url("../images/clipper-cps.png") top left no-repeat;
}
.icon-clipper-certseach {
    background: url("../images/clipper-certseach.png") top left no-repeat;
}

/*底部信息*/
.index-footInfo {
    background: #eeeeee;
    height: 220px;
    color: #888888;
    font-size: 16px;
    padding: 26px 0;
    line-height: 28px;
     
}

.index-footInfo .footInfo-nav > ul > li {
    line-height: 28px;
}

.footInfo-phone {
    width: 40px;
    height: 50px;
    padding: 0;
    margin: 0;
    background: url("../images/foot-phone.png") 0 8px no-repeat;
}

.footInfo-hot {
    padding: 0 4px;
}

.padding-0 {
    padding: 0;
}

.foot-weixin h5 {
    font-weight: bold;
    color: #666666;
    margin-bottom: 10px;
}

.company-zoom ul, .foot-weixin ul {
    width: 100%;
}

.foot-weixin ul li {
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    width: 130px;
    height: 130px;
}

.company-zoom ul li {
    margin: 0;
    padding-top: 40px;
    float: left;
    position: relative;
    width: 158px;
    height: 158px;
}

.company-zoom ul li img, .foot-weixin ul li img {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    -ms-interpolation-mode: bicubic;
    display: block
}

.foot-chn {
    margin-top: -10px;
    height: 50px;;
    background: url("../images/chn.png") center no-repeat;
}

.foot-link {
    font-size: 14px;
}

.foot-link select {
    width: 100%;
}

.link-bottom {
    *width: 20%;
}

/*底部声明*/
.index-foot {
    height: 40px;
    color: #ffffff;
    background: #535353;    
}

.index-foot > div {
    line-height: 40px;
}

/*------产品方案 product-solution(简写ps)---------------------------------------------------------------------*/
.ps-banner {
    height: 460px;
    margin-top: -100px;
    background: url("../banner-images/product-solution-banner.jpg") center no-repeat;
}

/*面包屑导航*/
.background-f8 {
    background: #f8f8f8;
}

.breadcrumb {
    padding: 10px 15px;
    list-style: none;
    background-color: transparent;
    margin: 0;
}

/*产品*/
.product-container, .solution-container {
    height: 600px;
    padding: 10px 0 30px;
}

.ps-title {
    display: inline-block;
    border-bottom: 2px solid #555555;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.product-card > .col-xs-4 {
    padding: 7px;
    *width: 30%;
}

.product-card .col-xs-8 {
    *width: 48%;
}

.product-icon {
    height: 200px;
}

.product-card-con {
    background: #ffffff;
    border: 1px solid transparent;
}

.product-card-con:hover {
    border: 1px solid #3465cb;
}

/*产品卡片图标*/
/*身份认证网关*/
.product-gateway {
    background: url("../images/ps-gateway.png") center no-repeat;
}

.product-card-con:hover .product-gateway {
    background: url("../images/ps-gateway-hover.png") center no-repeat;
}

/*数字签名服务器*/
.product-signed {
    background: url("../images/ps-signed.png") center no-repeat;
}

.product-card-con:hover .product-signed {
    background: url("../images/ps-signed-hover.png") center no-repeat;
}

/*统一用户管理*/
.product-user {
    background: url("../images/ps-user.png") center no-repeat;
}

.product-card-con:hover .product-user {
    background: url("../images/ps-user-hover.png") center no-repeat;
}

/*公文传输*/
.product-transfer {
    background: url("../images/ps-transfer.png") center no-repeat;
}

.product-card-con:hover .product-transfer {
    background: url("../images/ps-transfer-hover.png") center no-repeat;
}

/*磐石终端*/
.product-rock {
    background: url("../images/ps-rock.png") center no-repeat;
}

.product-card-con:hover .product-rock {
    background: url("../images/ps-rock-hover.png") center no-repeat;
}

/*网络保险柜*/
.product-safe {
    background: url("../images/ps-safe.png") center no-repeat;
}

.product-card-con:hover .product-safe {
    background: url("../images/ps-safe-hover.png") center no-repeat;
}

.product-content {
    padding-top: 40px;
}

.product-content > h4 {
    color: #000000;
    margin-bottom: 10px;
}

.product-content > span {
    font-size: 14px;
    display: block;
    height: 40px;
}

.product-content > a {
    position: relative;
    display: block;
    float: right;
    padding: 10px;
    top: 30px;
    font-size: 16px;
}

/*了解更多*/
.ps-more {
    margin: 20px -10px;
    padding: 10px;
    border: 1px solid #dddddd;
    text-align: center;
    *margin-top: 240px;
}

.ps-more:hover {
    border: 1px solid #28bbf0;
}

/*解决方案*/
.solution-container {

}

.solution-card-con1 {
    height: 400px;
}

.solution-card-con2 {
    height: 193px;
}

.solution-card-con1, .solution-card-con2 {
    background: #3465cb;
    padding: 20px;
    color: #ffffff;

}

.solution-card-con1 h5 {
    margin-top: 20px;
    line-height: 20px;
}

.margin-b14 {
    margin-bottom: 14px;
}

.solution-card-con1:hover, .solution-card-con2:hover {
    background:#0daebc;
	/*background:#05b0aa;*/
}

.solution-gov {
    height: 200px;
    background: url("../images/ps-gov.png") left top no-repeat;
}

.solution-health {
    height: 100px;
    background: url("../images/ps-health.png") 10px 0 no-repeat;
}

.solution-money {
    height: 100px;
    background: url("../images/ps-money.png") 150px 0 no-repeat;
}

.solution-public {
    height: 200px;
    background: url("../images/ps-public.png") 0 10px no-repeat;
}

/*-----服务下载service-download(简写sd)-------------------------------------------------------------------------------------*/
.sd-banner {
    height: 460px;
    margin-top: -100px;
    background: url("../banner-images/service-download-banner.jpg") center no-repeat;
}

.sd-nav-menu {
    width: 240px;
    height: 0px;
    margin-top: 10px;
    padding: 0;
    position: fixed;
}

.sd-nav-menu li {
    height: 90px;
    margin-bottom: 10px;
}

.sd-nav-menu li > a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.sd-menu-user {
    background: url("../images/sd-user.png") 30px 27px no-repeat #535a6c;
}

.sd-menu-service {
    background: url("../images/sd-service.png") 30px 20px no-repeat #ff604f;
}

.sd-menu-down {
    background: url("../images/sd-down.png") 30px 27px no-repeat #ffb244;
}

.sd-menu-solution {
    background: url("../images/sd-solution.png") 30px 27px no-repeat #17c3e5;
}

.sd-nav-menu .active > a {
    background: url("../images/sd-active.png") right center no-repeat;
}

.sd-nav-menu li > a > h3 {
    color: #ffffff;
    line-height: 90px;
    text-align: center;
    padding-left: 30px;
}

/*服务下载二级右侧内容*/
.sd-title > h3 {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid #3465cb ;
}

.sd-content {
    margin-top: 20px;
    margin-bottom: 40px;
}

.sd-content > .col-xs-2 {
    height: 140px;
    padding: 0 8px;
}

.sd-content > .col-xs-2 > a {
    display: block;
    padding-top: 100px;
}

/*客户专区链接*/
.sd-user-build1 {
    background: url("../images/kh_01.png") top center no-repeat;
}

.sd-user-build2 {
    background: url("../images/kh_02.png") top center no-repeat;
}
.sd-user-build3 {
    background: url("../images/kh_03.png") top center no-repeat;
}

.sd-user-build4 {
    background: url("../images/kh_04.png") top center no-repeat;
}

.sd-user-build5 {
    background: url("../images/kh_05.png") top center no-repeat;
}

.sd-user-build6 {
    background: url("../images/kh_06.png") top center no-repeat;
}

.sd-user-build7 {
    background: url("../images/kh_07.png") top center no-repeat;
}

.sd-user-build8 {
    background: url("../images/kh_08.png") top center no-repeat;
}

.sd-user-build9 {
    background: url("../images/kh_09.png") top center no-repeat;
}

.sd-user-build10 {
    background: url("../images/kh_10.png") top center no-repeat;
}

.sd-user-build11 {
    background: url("../images/kh_11.png") top center no-repeat;
}

.sd-user-build12 {
    background: url("../images/kh_12.png") top center no-repeat;
}
.sd-user-build13{
    background: url("../images/kh_13.png") top center no-repeat;
}
.sd-user-build_lnzfcg {
    background: url("../images/kh_lnzfcg.png") top center no-repeat;
}
.sd-user-build_zcy {
    background: url("../images/kh_zcy.png") top center no-repeat;
}
.sd-user-build_rmyh {
    background: url("../images/kh_rmyh.png") top center no-repeat;
}
.sd-user-build_lnsggzy {
    background: url("../images/kh-lnsggzy.png") top center no-repeat;
}
.sd-user-build_ccbdc {
    background: url("../images/kh_ccbdc.png") top center no-repeat;
}
.sd-user-build_zw {
    background: url("../images/kh_zw.png") top center no-repeat;
}
.sd-user-build_zrzy {
    background: url("../images/kh_zrzy.png") top center no-repeat;
}
/*服务流程链接*/
.sd-service-total {
    background: url("../images/sd-service-total.png") top center no-repeat;
}

.sd-service-consult {
    background: url("../images/sd-service-consult.png") top center no-repeat;
}

.sd-service-transact {
    background: url("../images/sd-service-transact.png") top center no-repeat;
}

.sd-service-after {
    background: url("../images/sd-service-after.png") top center no-repeat;
}
.sd-service-jiesuo {
    background: url("../images/sd-service-jiesuo.png") top center no-repeat;
}
.sd-service-certqianfa {
    background: url("../images/sd_service-certqianfa.png") top center no-repeat;
}
/*相关下载链接*/
.sd-down-content {
    margin-top: 20px;
    margin-bottom: 40px;
}

.sd-down-content > .col-xs-6 {
    padding-right: 10px;
    padding-left: 0;
    margin-bottom: 10px;
}

.sd-down-content > .col-xs-6 > a {
    display: block;
    padding: 10px;
    border: 1px solid #dddddd;
}

.sd-down-content > .col-xs-6 > a:hover {
    border: 1px solid #3465cb ;
    color: #3465cb ;
}

/*问题解答链接*/
.sd-question {
    mragin-top: 20px;
    padding: 20px 0 40px;
}

.sd-question > ul > li {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    border-bottom: 2px dotted #cccccc;
}

.sd-question a {
    text-decoration: none;
    color: #555555;
}

.sd-question a:hover {
    color: #3465cb ;
}

/*重构bootstrap样式 */
.sd-question .panel-default {
    border: 0;
    border-bottom: 2px dotted #cccccc;
}

.sd-question .panel-default > .panel-heading {
    color: #333;
    background-color: transparent;
    border-color: #cccccc;
}

.sd-question .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}

.panel-default > .panel-heading .badge {
    color: transparent;
    background-color: transparent;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: transparent;
}

.panel-body {
    font-size: 16px;
}

.panel-body .sd-question-Q {
    color: #c9302c;
}

.panel-body .sd-question-A {
    color: #15b843;
}

/*---数字证书专题页----------------------------------------------------------------------------------*/
.fixed-header {
    position: fixed;
    top: 0;
    z-index: 1000;
}

.dc-img {
    height: 400px;
}

.dc-title {
    font-size: 50px;
    color: #222222;
}

.dc-title-s {
    font-size: 40px;
    color: #222222;
}

.dc-content {
    font-size: 20px;
    color: #666666;
    line-height: 30px;
    margin-top: 10px;
}
.dc-content1 {  /*---大字号字体加粗*/
    font-size: 20px;
    color: #222222;
    line-height: 30px;
    margin-top: 10px;
	font-weight: bold;
}

.dc-content > .glyphicon {
    font-size: 26px;
    top: 6px;
}

.dc-content > span {
    line-height: 20px;
}

.dc-arrow {
    margin: 30px auto;
    width: 112px;
    height: 40px;
    background: url("../images/dc-arrow.gif") center center no-repeat;
}

.ctrl-v-center {
    position: relative;
    top: 50%;
    margin-top: -300px;
    height: 600px;
}

/*数字证书 1*/
.dc-slide-1 {
    background: url("../images/dc-slide-1.png") center 40px no-repeat;
}

.dc-slide-2 {
    background: url("../images/dc-slide-2.png") center no-repeat;
}

.dc-slide-3 {
    background: url("../images/dc-slide-3.png") center no-repeat;
}

.dc-slide-4 {
    background: url("../images/dc-slide-4.png") center 40px no-repeat;
    padding-top: 300px;
}

.dc-slide-4 > .col-xs-4 {
    padding: 0 50px;
    text-align: justify;
    word-break: break-all;
}

/*----单页控制样式 开始----------------*/
body.fsvs {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
}

body.fsvs #fsvs-body {
    -webkit-backface-visibility: hidden;
    /*-webkit-perspective: 1000;*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
}

body.fsvs #fsvs-body > * {
    padding-top: 150px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    /*-webkit-perspective: 1000;*/
}

body.fsvs #fsvs-pagination {
    margin: 0;
    padding: 8px 4px;
    position: fixed;
    height: auto;
    right: -100px;
    top: 50%;
    z-index: 999;
    width: 32px;
}

body.fsvs #fsvs-pagination li {
    list-style: none;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin: 0 0 2px 0;
    cursor: pointer;
}

body.fsvs #fsvs-pagination li > span {
    border-radius: 100%;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #1fd99a;
    display: block;
}

body.fsvs #fsvs-pagination li > span > span {
    border-radius: 100%;
    width: 12px;
    height: 12px;
    line-height: 12px;
    border: 1px solid #1fd99a;
    display: block;
    margin: 4px;
}

body.fsvs #fsvs-pagination li.active > span {
    border: 1px dashed #1fd99a;
}

body.fsvs #fsvs-pagination li.active > span > span {
    background: #1fd99a;
}

body.fsvs #fsvs-pagination li:last-child {
    margin: 0;
}

/*----单页控制样式 结束----------------*/

/*---关于我们页面  about---------------------------------------------------------------------------------------*/
.about-banner {
    height: 460px;
    margin-top: -100px;
    background: url("../banner-images/about-banner.jpg") center no-repeat;
}

.about-left {
    padding: 0;
}

.about-left > ul {
    padding-top: 60px;
    background: url("../images/about-menu.png") top center no-repeat;
    padding-left: 50px;
}

.about-left > ul > li {
    margin: 6px 0;
}

.about-left > ul > li > a {
    display: block;
    width: 200px;
    height: 50px;
    background: #3465cb;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
}

.about-left > ul > li > a:hover, .about-left > ul > li > a.active {
    background: url("../images/sd-active.png") right center no-repeat #0daebc;
}

.about-right {
    height: auto;
    font-size: 16px;
    line-height: 30px;
}

.about-company-introduction p {
    text-indent: 2em;
}

.about-company-introduction h4, .about-company-introduction h3 {
    line-height: 40px;
    font-weight: bold;
}

/*关于我们页面重构bootstrap样式*/
.about-recruit {
    min-height: 600px;
}

.about-recruit a:hover, .dc-transact a:hover, .about-ability a:hover {
	color: #3465cb ;
	font-weight: bold;
	font-size: 16px;
}

.about-ability .panel-default {
    border: 0;
    border-radius: 0;
    border-top: 2px solid #cccccc;

}

.about-ability .panel-default:hover {
    border-top: 2px solid #3465cb ;
}

.about-ability .panel-heading {
    background-color: transparent;
}

.about-ability .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}

.about-recruit .panel-default, .dc-transact .panel-default {
    border: 0;
    border-bottom: 2px dotted #cccccc;
    border-right: 2px solid #cccccc;
}

.about-recruit .panel-default:hover, .dc-transact .panel-default:hover {
    border-bottom: 2px dotted #3465cb ;
    border-right: 2px solid #3465cb ;
}

.about-recruit .panel-default > .panel-heading, .dc-transact .panel-default > .panel-heading {
    color: #666666;
    background-color: transparent;
    border-color: #cccccc;
}

.about-recruit .panel-default > .panel-heading + .panel-collapse > .panel-body {
    padding-left: 30px;
    border-top-color: transparent;
}

.about-recruit .panel-default > .panel-heading + .panel-collapse > .panel-body p {
    text-indent: 2em;
    font-size: 14px;
}

.about-recruit .panel-default > .panel-heading + .panel-collapse > .panel-body h5 {
    font-weight: bold;
}

/*关于我们-联系我们百度地图API*/
.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

#dituContent label {
    max-width: none;
}

.about-contact .container-fluid h5 {
    font-weight: bold;
    margin: 10px 0;
}

/*关于我们资质页面*/
.about-e01 {  /*2020吉林省自主可控信息技术优秀服务商*/
    background: url("../images/z_about_01.png") center no-repeat;
    height: 440px;
	
}

.about-e02 {  /*电子认证服务许可证 */
    background: url("../images/z_about_02.png") center no-repeat;
    height: 420px;
	
}
.about-e03 {  /*国标认证  */
    background: url("../images/z_about_03.png") center no-repeat;
    height: 700px;
	
}
.about-e04 {  /*软件企业认证  */
    background: url("../images/z_about_04.png") center no-repeat;
    height: 420px;
	
}
.about-e05 {  /*售后服务认证  */
    background: url("../images/z_about_05.png") center no-repeat;
    height: 700px;
	
}
.about-e06 { /*企业信用认证 */
    background: url("../images/z_about_06.png") center no-repeat;
    height: 700px;
	
}
.about-e07 {  /*质量服务认证 */
    background: url("../images/z_about_07.png") center no-repeat;
    height: 700px;
	
}
.about-e08 {/*吉林省软件行业协会会员 */
    background: url("../images/z_about_08.png") center no-repeat;
    height: 420px;
	
}
.about-e09 {/*电子认证服务使用密码许可证 */
    background: url("../images/z_about_09.png") center no-repeat;
    height: 420px;
	
}
.about-e10 { /*营业执照 */
    background: url("../images/z_about_10.png") center no-repeat;
    height: 420px;
	
}
.about-e11 { /*电子政务电子认证许可证 */
    background: url("../images/z_about_11.png") center no-repeat;
    height: 420px;
	
}
.about-e12 { /*软件企业认定证书（吉林省软件行业协会） */
    background: url("../images/z_about_12.png") center no-repeat;
    height: 420px;
	
}
.about-e13 { /*商用密码产品技术鉴定证书 */
    background: url("../images/z_about_13.png") center no-repeat;
    height: 420px;
	
}
.about-e14 { /*质量管理体系认证证书 */
    background: url("../images/z_about_14.png") center no-repeat;
    height: 700px;
	
}

/*----------产品详情页面-------------------------------------------------------------------------------*/
.product-main-banner {
    height: 460px;
    margin-top: -100px;
    background: url("../banner-images/product-banner.jpg") center no-repeat;
}

.product-main-list {
    margin-top: 10px;
    width: 250px;
    height: 0px;
    overflow: visible;
}

.product-main-list, .product-main-list > ul {
    padding: 0;

}

.product-main-list > ul {
    background: #eeeeee;
    width: 200px;
    padding: 10px 0;

}

.product-main-list > ul > li {
    margin: 5px 0;
}

.product-main-list > ul > li > a {
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    border-left: 3px solid transparent;
    background: transparent;
    text-align: center;
}

.product-main-list > ul > li > a:hover, .product-main-list > ul > li > a.active {
    border-left: 3px solid #ff9641;
    background: #ffffff;
}

.product-main-content, .dc-transact {
    float: right;
    margin-top: 0px !important;
    top: 0;
}

.product-main-content > span, .dc-transact > span {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #3465cb ;
}

.product-main-content > .container-fluid {
 /*   padding: 100px 16px 16px;*/
    margin-top: 20px;
  /*  background: url("../images/product-main-bg.jpg") center top no-repeat;*/
}

.product-main-content > .container-fluid > h4, .dc-transact > .container-fluid > h4 {
    border-bottom: 1px solid #333;
    text-align: center;
    padding: 14px 0;
    margin: 0 70px;
    font-weight: bold;
}

.sd-content-ch h4 {
    font-weight: bold;
    line-height: 34px;
}

.product-main-content .p-main-con {
    padding: 20px;
    line-height: 28px;
}

.product-main-content .p-main-con > p, .dc-transact .panel-body > p, .sd-content-ch p {
    text-indent: 2em;
    line-height: 28px;
}

.product-main-content .p-main-con > h5, .dc-transact .panel-body > h5, .sd-content-ch h5 {
    font-weight: bold;
    line-height: 34px;
}

/*数字证书详情页面*/
.dc-main-banner {
    height: 460px;
    margin-top: -100px;
    background: url("../banner-images/digital-certificate-banner.jpg") center no-repeat;
}

.dc-transact {
    min-height: 600px;
}

.dc-transact > .container-fluid {
	margin-top: 20px;
	padding: 0;
	outline-color: #F0F0F0;
	text-align: left;

}

.dc-transact .panel-body {
    font-size: 14px;
    line-height: 28px;
}

/*相关知识*/
.dc-knowledge .glyphicon-bookmark {
    color: #ff9641;
}

/*客服边栏样式*/
.rides-cs {
    font-size: 12px;
    background: #3465cb ;
    position: fixed;
    top: 350px;
    right: 0;
    _position: absolute;
    z-index: 1500;
    border-radius: 6px 0 0 6px;
}

.rides-cs a {
    color: #3465cb ;
}

.rides-cs a:hover {
    color: #ff8100;
    text-decoration: none;
}

.rides-cs .floatL {
    width: 36px;
    float: left;
    position: relative;
    z-index: 1;
    margin-top: 21px;
    height: auto;
}

.rides-cs .floatL a {
    font-size: 0;
    text-indent: -999em;
    display: block;
}

.rides-cs .floatR {
    width: 130px;
    float: left;
    padding: 5px;
    overflow: hidden;
}

.rides-cs .floatR .cn {
    background: #ffffff;
    border-radius: 6px;
    margin-top: 4px;
}

.rides-cs .cn .titZx {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    line-height: 24px;
    padding: 5px;
    text-align: center;
}

.rides-cs .cn ul {
    padding: 0px;
}

.rides-cs .cn ul li {
    line-height: 38px;
    height: 38px;
    border-bottom: solid 1px #E6E4E4;
    overflow: hidden;
    text-align: center;
}

.rides-cs .cn ul li span {
    color: #777;
}

.rides-cs .cn ul li a {
    color: #777;
}

.rides-cs .cn ul li img {
    vertical-align: middle;
}

.rides-cs .btnOpen, .rides-cs .btnCtn {
    position: relative;
    z-index: 9;
    top: 25px;
    left: 0;
    background-image: url(../images/slider-kefu.png);
    background-repeat: no-repeat;
    display: block;
    height: 146px;
    padding: 8px;
}

.rides-cs .btnOpen {
    background-position: 5px 0;
}

.rides-cs .btnCtn {
    background-position: -25px 0;
}

.rides-cs ul li.top {
    border-bottom: solid #ACE5F9 1px;
}

.rides-cs ul li.bot {
    border-bottom: none;
}

/*新闻动态页面*/
.news-info-con {
    padding: 10px;
    font-size: 16px;
}

.news-info-con p {
	text-indent: 2em;
	line-height: 28px;
	margin: 10px 0;
	font-weight: bold;
}

.news-info-con h5 {
    font-weight: bold;
    line-height: 34px;
    font-size: 16px;
}

.news-info-con img {
	margin: 10px 0;
	font-weight: bold;
}

.news-info-con > div {
	text-align: center;
}

/*404跳转页面*/
.bg404 {
    background: #3465cb ;
}

.ca-logo {
    position: fixed;
    width: 150px;
    height: 150px;
    background: url("../images/ca-logo.png") no-repeat center;
    top: 50%;
    left: 50%;
    margin-top: -310px;
    margin-left: -75px;
}

.container-404 {
    position: fixed;
    width: 100%;
    height: 280px;
    background: url("../images/cloud404.png") no-repeat center #ffffff;
    top: 50%;
    margin-top: -140px;
    left: 0;
}

.container-404 .row {
    position: relative;
    width: 1040px;
    height: auto;
    left: 50%;
    margin-left: -520px;
    color: #1b2e3d;

    font-size: 24px;
}

.container-404 .info-404 {
    letter-spacing: 1px;

}

.container-404 .info-404, .container-404 .link-404 {
    margin-top: 30px;
}

.container-404 .link-404 a {
    text-decoration: underline;
    color: #f09800;
}

.info-color {
    color: #f09800;
    font-weight: bold;
}
